#!/bin/sh

\. ../../../nvm.sh

nvm which nonexistent_version
[ "_$?" = "_1" ]
